Welcome![Sign In][Sign Up]
Location:
Search - MATLAB DLL

Search list

[Other resourcelp_solve_4.0.tar

Description: 利用c语言编写,编译成动态链接库而成的matlab整数规划工具箱,包含c语言源程序,-use of language, compiled DLL from the Matlab Integer Programming Toolbox contains language source c,
Platform: | Size: 305823 | Author: 郑成勇 | Hits:

[Other resourcevcmatlab7src

Description: MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Compiler is a built-in MATLAB Compiler, it will be m documents into C, C p, or other types of source code and generating executable required documents lib files (libraries), dll files or documents S function. MATLAB 6.5 The compiler includes MATLAB C \\ C math library functions and graphics library. Dynamic link library (dll) software is commonly used to prepare a technical, MATLAB M will provide the documentation dll file into the method, on how the document Matlab6.5 will m z into dll file, and then call in the VC dll file.
Platform: | Size: 27283 | Author: 林林 | Hits:

[Other resourceCorrelationDimension_luzhenbo

Description: 计算关联维的 Matlab 程序 - (mex 函数,超快) ----------------------------------- 文件夹说明: 1、CorrelationDimension_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、PhaSpaRecon.m - 相空间重构 5、CorrelationDimension.dll - 计算关联积分函数 6、CorrDim_buffer.dll - 缓存文件-calculated the correlation dimension Matlab procedures - (mex function, ultrafast) ----------------------------------- folder Note : 1, CorrelationDimension_main.m-procedure two main documents, LorenzData.dll - Lorenz have three discrete data, normalize_1.m-normalized data of four, PhaSpaRecon.m-5 reconstruction phase space, CorrelationDimension.dll-associated integral calculation Function 6, CorrDim_buffer.dll-cache file
Platform: | Size: 54153 | Author: 李晓燕 | Hits:

[Other resourceGP_Algorithm_luzhenbo

Description: G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快) 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 更新部分: 引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联, 使 r 值较小时,ln r - ln C(r) 曲线接近线性 文件夹说明: 1、GP_Algorithm_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、CorrelationIntegral.dll - 计算关联积分-G-P algorithm in Matlab correlation dimension (upgrade version mex function, ultrafast) Author : bo, the Navy Engineering from the University of peer welcome exchanges and cooperation, more and download articles please visit my personal web page e-mail : luzhenbo@sina.com 000 people Home : luzhenbo.88uu.com.cn update : the introduction of restrictions on temporary separation parameters so that the sequence of parameters than the average cycle, in addition to the same orbit around the point and makes a relatively small r, r ln - ln C (r) curve is nearly linear document folders : 1, GP_Algorithm_main.m-procedure two main documents, LorenzData.dll - Lorenz have three discrete data, normalize_1.m-normalized data of four, CorrelationIntegral.dll-associated integral calculation
Platform: | Size: 6371 | Author: 陆振波 | Hits:

[Other resourcecc_method

Description: C-C方法及改进的C-C方法重构相空间的matlab程序 -------------------------------- 性能: 3000数据耗时3分钟 -------------------------------- 参考文献: 1、Nonlinear dynamics, delay times, and embedding windows.pdf 2、基于改进的C-C方法的相空间重构参数选择4.pdf -------------------------------- 文件夹说明: 1、C_C_Method_luzhenbo2.m - 程序主文件,直接运行此文件即可! 2、LorenzData.dll - 产生Lorenz离散数据 3、DuffingData.dll - 产生Duffing离散数据 4、RosslerData.dll - 产生Rossler离散数据 5、ccFunction.dll - 计算S(m,N,r,t) - 原C-C方法中计算S(m,N,r,t),改进的C-C方法中计算S2(m,N,r,t) 6、ccFunction_luzhenbo.dll - 计算S(m,N,r,t) - 改进的C-C方法中计算S1(m,N,r,t) -------------------------------- 致谢: 此稿本次修改的部分灵感来源于与研学论坛网友“张文鸽”和“yangfanboy”的讨论,在此表示感谢!-C-C methodology and improvement of C-C method reconstruction phase space of Matlab procedures -------- ------------------------ performance : 3000 data time-consuming three minutes ----------------------------- -- References : 1, Nonlinear dynamics, delay times, and embedding windows.pdf 2, Based on the C-C method of phase space reconstruction parameters choice 4.pdf --------------- ----------------- folders : one, C_C_Method_luzhenbo2.m-main proceedings, direct running this file can be! 2. LorenzData.dll - Lorenz have three discrete data, DuffingData.dll - Duffing have four discrete data, RosslerData.dll - Rossler have discrete data 5, ccFunction.dll-calculated S (m, N, r, t) - the original C-C method to calculate S (m, N, r, t), to improve the C-C method of calculating S2 (m, N, r, t) 6,
Platform: | Size: 474958 | Author: jiao | Hits:

[Other resourceJavaandc

Description: Java语言中的本地方法接口(JNI)在使用中要装载一个动态链接库(DLL),这个DLL即是在Matlab中创建的虚拟实验室模型转化为C语言所编译成的。使用JNI的方法文中会有详细介绍,其中使用Jbuilder中的JNI会比较简单。当然,在这个过程中会有Java语言与C语言的转换问题,常用的数据类型的转换会制成表格直观地表示出来。-Java language of the local method Interface (JNI) in use to load a dynamic link library (DL L), the DLL that is created in Matlab virtual laboratory model into C language compiler as large. JNI use of the text will be presented in detail, including the use of Jbuilder JNI will be relatively simple. Of course, in this process there will be Java and C language conversion, commonly used types of data conversion into visual form to be voiced.
Platform: | Size: 94587 | Author: li | Hits:

[Other resourceVC++andMatlab

Description: 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorithms. VC can form various user interface, and can directly with the system and the underlying hardware data exchange. The study VC and Matlab programming mixed with great practical significance. The paper discusses how to use the Matlab m *. Complier will function compiled as DLL DL L, VC called to the methods, a VC and Matlab for the rapid realization.
Platform: | Size: 105013 | Author: 徐凯 | Hits:

[Other resourceVC_MATLAB_DLL

Description: VC调用MATLAB编译的D-VC Calling MATLAB Compiler DLL
Platform: | Size: 52807 | Author: 吴真 | Hits:

[Other resourceEmbeddingDimension_FNN

Description: 假近邻法(False Nearest Neighbor, FNN)计算嵌入维的Matlab程序 文件夹说明: Main_FNN.m - 程序主函数,直接运行此文件即可 LorenzData.dll - 产生Lorenz时间序列 PhaSpaRecon.m - 相空间重构 fnn_luzhenbo.dll - 假近邻计算主函数 SearchNN.dll - 近邻点搜索 buffer_SearchNN_1.dll - 近邻点搜索缓存1 buffer_SearchNN_2.dll - 近邻点搜索缓存2 参考文献: M.B.Kennel, R.Brown, H.D.I.Abarbanel. Determining embedding dimension for phase-space reconstruction using a geometrical construction[J]. Phys. Rev. A 1992,45:3403. -false neighbors (False Nearest Neighbor, FNN) calculation embedding dimension of the Matlab program folder : Main_FNN.m-procedure main function, Direct operating this document can be LorenzData.dll-time series produced Lorenz PhaS paRecon.m-phase space reconstruction fnn_luzhenbo.dll-calculated at the main function neighbors SearchNN.dll-point search buffer_SearchNN_1.dll neighbor - Search neighbor point a buffer_SearchNN_2.dll Cache-Cache Search neighbors point two reference Literature : M. B. Kennel, R. Brown, H. D. I. Abarbanel. Determining embedding dime nsion for phase-space reconstruction using a g eometrical construction [J]. Phys. Rev. A 1992 , 45:3403.
Platform: | Size: 100029 | Author: 呆雁 | Hits:

[Other resourcechapter1-2

Description: 这是我学习《MATLAB程序设计与应用》刘卫国、陈昭平  一书时第一章和第二章的课后习题 目录 exponential_e.m exsub.m fheritage.m initialise.m matrix.m matrix2.m matrixm.m matrix_c.m matrix_mul.m mult.m mywork1201.dll mywork1201.m normcdf_.m p41_4.m p41_5.asv p41_5.m p41_6.m p41_7.m p41_8.m p64_1.m p64_2.m p64_3.m p64_4.m p64_5.m p65_10_1.m p65_10_2.m p65_10_3.m p65_6.m p65_8.m-This is my learning "MATLAB design and application procedures," Liu Weiguo, Chenzhaobeng a first book chapters I and II of the after-school catalog exponential_e.m exsu Exercises b.m fheritage.m initialise.m matrix.m matrix 2.m matrixm.m matrix_c.m matrix_mul.m mult.m mywork1201.dll mywork1201.m normcdf_.m p41_ 4.m p41_5.asv p41_5.m p41_6.m p41_7.m p41_8.m p64_1.m p64_2.m p64_3.m p64_4.m p64_5.m p65_1 0_1.m p65_10_2.m p65_10_3.m p65_6.m p65_8.m
Platform: | Size: 13871 | Author: 赵亮 | Hits:

[Dialog_Windowdubugger

Description: 用VC调用MATLAB的DLL,使用MATLAB画出简单的图 不错的,可以(Using VC call MATLAB DLL, use MATLAB to draw simple figure good, you can)
Platform: | Size: 60416 | Author: Frfncij | Hits:

[OtherDLLPaintTest

Description: 基于MFC用户界面线程开发的,关于C++与Matlab联合仿真中dll调用方式的例子,以绘制单条曲线为例(Based on the development of MFC user interface thread, the example of DLL calling method in C++ and Matlab co simulation is used to draw a single curve as an example)
Platform: | Size: 1479680 | Author: gewenyi15 | Hits:

[Special Effectsinstall.res.1028.dll

Description: haming decoder shannon limit
Platform: | Size: 32768 | Author: mjoshi06 | Hits:

[Othertubular-5d-zong-TexGen-matlabChange_oblong

Description: 三维全五向编织复合材料前处理程序,基于python语言,是abaqus软件的二次开发程序,使用前需要配置matlab路径和动态链接库。(3d braided composite modelling program in abaqus by python. when using, matlab .dll should be established.)
Platform: | Size: 4096 | Author: Viber | Hits:

[OtherconnectZMX

Description: zemax = connectZMX('C:\users\XXX\Documents\Zemax\ZOS-API\Libraries\ZOSAPI_NetHelper.dll') 这个connectZMX函数需要文件ZOSAPI_NetHelper.dll的绝对路径。 如果你安装的是默认位置,函数会自动找到,如果函数无法自动找到,需要传递给它。(Zemax = connectZMX (' C: \ users \ \ Documents \ zemax XXX \ \ Libraries \ ZOSAPI_NetHelper ZOS - API DLL ') This connectZMX function requires the absolute path of the file ZOSAPI_NetHelper. DLL. If you install the default location, the function is automatically found, and if the function cannot be found automatically, it needs to be passed to it.)
Platform: | Size: 1024 | Author: | Hits:

[matlablicense_R2015b

Description: matlab license code dll for use
Platform: | Size: 2048 | Author: srchxx | Hits:

[matlabtracking

Description: 基于matlab的GPS卫星信号跟踪算法,采用了Early-Late DLL算法.(GPS satellite signal tracking algorithm based on matlab,using Early-Late DLL algorithm)
Platform: | Size: 3072 | Author: wuqi5700 | Hits:

[BooksLabVIEW与Matlab_Simulink溷合编程方法及应用

Description: 介绍了应用Matlab Script Node、ActiveX自动化、COM组件、DDE、DLL等接口技术实现LabVIEW与Matlab/Simulink混合编程的方法。(Describe the programming method by using Matlab Script Node,ActiveX,COM,DDE,DLL combined with programming with LabVIEW and Matlab/Simulink)
Platform: | Size: 585728 | Author: 璀璨星辰 | Hits:

[OtherANT.dll

Description: 蚁群算法的光伏发电模型的MATLAB仿真(the ant of PV to matlab)
Platform: | Size: 65536 | Author: RBanner | Hits:

[MPItestdll

Description: 实现matlab与psasp并行仿真 串行机制 同时完成计算 数据传输(Realize parallel simulation serial mechanism between MATLAB and PSASP, and complete data transmission at the same time)
Platform: | Size: 14336 | Author: 华电吴彦祖 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »

CodeBus www.codebus.net